/* CSS Document */
#yclxfd{width:54px; height:219px; position: fixed; top: 50%; margin-top: -109.5px; right: 0px;
	z-index: 1000000000;}
#yclxfd .li{width:100%; height: 54px; border-bottom: 1px solid #d4d4d4; cursor: pointer;
	position: relative;}
#yclxfd .li:last-child{border-bottom: 0px;}
#yclxfd .li .pic{width:183px; height:100%; position: absolute; left: 0px; background: rgba(12, 69, 153,0.53);}
#yclxfd .li .pic img{width:54px; height:54px; float: left;}
#yclxfd .li .pic p{width:calc(100% -54px); height: auto; line-height: 54px; color:#FFF;
	float: left; text-indent: 1rem; font-size: 16px;}

#yclxfd .li .ewm{width:80px; height: 80px; position: absolute; top:-18.5px; left: -91px;
	padding: 5px; border: 1px solid rgba(12, 69, 153,0.53); display: none;
	background: #FFF;}
#yclxfd .li .ewm .ewmpic{width:100%; height: 100%;}
#yclxfd .li:nth-child(3):hover{background: rgba(12, 69, 153,0.53);}
#yclxfd .li:nth-child(4):hover{background: rgba(12, 69, 153,0.53);}
#yclxfd .li:hover .ewm{display:block;}

/*提示块*/
#tsk{width:150px; height:auto; line-height: 30px; text-align: center; background: rgba(0,0,0,0.5); border-radius: 10px; padding-top: 15px; padding-bottom: 15px;
	font-size:14px; color:#FFF; position: fixed; top:40%; left: 50%; margin-left: -75px; opacity: 0; z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;}
#tsk p{width:90%;}
/*提示块*/